projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a92facd
)
Fix build after tracing changes.
author
Keir Fraser
<keir@xensource.com>
Fri, 21 Sep 2007 16:10:00 +0000
(17:10 +0100)
committer
Keir Fraser
<keir@xensource.com>
Fri, 21 Sep 2007 16:10:00 +0000
(17:10 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
xen/arch/x86/hvm/vmx/vmx.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/hvm/vmx/vmx.c
b/xen/arch/x86/hvm/vmx/vmx.c
index 647cabfa77a16577ab8ad4bd1593a981727587ab..b47abdad8caac1877360b38f77a9ea001f0d0bc4 100644
(file)
--- a/
xen/arch/x86/hvm/vmx/vmx.c
+++ b/
xen/arch/x86/hvm/vmx/vmx.c
@@
-2553,7
+2553,7
@@
asmlinkage void vmx_vmexit_handler(struct cpu_user_regs *regs)
exit_reason = __vmread(VM_EXIT_REASON);
- hvmtrace_vmexit(
VMEXIT,
v, regs->eip, exit_reason);
+ hvmtrace_vmexit(v, regs->eip, exit_reason);
perfc_incra(vmexits, exit_reason);